<xs:complexType name="ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>List of strings</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Value" type="xs:string" nillable="false" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType> |